var crypto/sha512._K

2 uses

	crypto/sha512 (current package)
		sha512block.go#L13: var _K = []uint64{
		sha512block.go#L117: 			t1 := h + (bits.RotateLeft64(e, -14) ^ bits.RotateLeft64(e, -18) ^ bits.RotateLeft64(e, -41)) + ((e & f) ^ (^e & g)) + _K[i] + w[i]